home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir39 / drdtips.zip / 1505.TXT < prev    next >
Text File  |  1992-06-05  |  1KB  |  35 lines

  1. Document 1505
  2. GRID Laptops and Resume Function
  3. BPT
  4. 2/6/92
  5.  
  6. Description:
  7.  
  8. The resume feature (battery saver) has a section of code in the
  9. Upper Memory Blocks some where between the end of video (usually
  10. C000) and the D000 area.  This function may not work if EMM386
  11. is being used due to an upper memory conflict.  To see if this
  12. is the problem, set EMM386.SYS to:
  13.  
  14. EMM386.SYS /E:C000-DFFF /F=AUTO /R=AUTO 
  15.  
  16. Leave the original settings for /B and /K as the were.
  17.  
  18.  
  19.  
  20. Using trial and error, it is possible to use the EXCLUDE option
  21. and keep narrowing the scope of excluded areas to maximize
  22. memory while still isolating the problem area down to its
  23. smallest size.
  24.  
  25. See page 19 of the "Optimization and Configuration Tips" guide
  26. or page 410 of the "User Guide" for more information.
  27.  
  28. Example:
  29.  
  30. Edit CONFIG.SYS to ask these questions when loading:
  31.  
  32. ? "c000 to dfff" EMM386.SYS /E:C000-DFFF /F=AUTO /R=AUTO 
  33. ? "c000 to d7ff" EMM386.SYS /E:C000-D7FF /F=AUTO /R=AUTO 
  34. ? "c000 to cfff" EMM386.SYS /E:C000-CFFF /F=AUTO /R=AUTO 
  35.